GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-29T05:12:13.0288927+00:00",
"SubmitDate": "2025-11-29T05:12:13.0288927+00:00",
"ReportPeriodStart": "2025-11-29T05:12:13.0288927+00:00",
"ReportPeriodEnd": "2025-11-29T05:12:13.0288927+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c17700d5-bdf9-4d57-9d71-430d5a25b8d7",
"Rows": [
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c17700d5-bdf9-4d57-9d71-430d5a25b8d7",
"Rows": [
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29b97056-0a1e-4ff3-a4fe-591f0dbb4d21",
"630b74b0-bae2-4769-8582-b15af7bc42ba"
],
"Approvers": [
"6fec58d5-ea20-4a97-b275-e7fc873100b7",
"4ba37500-13b6-4842-bfde-03e38d631e81"
],
"ApprovedBy": "80ec1dc5-b4f8-4e3f-92ee-5cdfe95e1ea2",
"ApprovalDate": "2025-11-29T05:12:13.0288927+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9feb5ad3-9184-46f8-9dfe-7f126f0e1d2a",
"id": "e3fe1d6d-0f28-4dc9-9649-9d96506e8a56",
"ConfigId": "28b49cdd-be67-4f86-b409-450e6a3a3321"
},
{
"GenerationDate": "2025-11-29T05:12:13.0288927+00:00",
"SubmitDate": "2025-11-29T05:12:13.0288927+00:00",
"ReportPeriodStart": "2025-11-29T05:12:13.0288927+00:00",
"ReportPeriodEnd": "2025-11-29T05:12:13.0288927+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c17700d5-bdf9-4d57-9d71-430d5a25b8d7",
"Rows": [
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c17700d5-bdf9-4d57-9d71-430d5a25b8d7",
"Rows": [
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dd3b4e4b-384a-4890-9704-642c13343cc2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"29b97056-0a1e-4ff3-a4fe-591f0dbb4d21",
"630b74b0-bae2-4769-8582-b15af7bc42ba"
],
"Approvers": [
"6fec58d5-ea20-4a97-b275-e7fc873100b7",
"4ba37500-13b6-4842-bfde-03e38d631e81"
],
"ApprovedBy": "80ec1dc5-b4f8-4e3f-92ee-5cdfe95e1ea2",
"ApprovalDate": "2025-11-29T05:12:13.0288927+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9feb5ad3-9184-46f8-9dfe-7f126f0e1d2a",
"id": "e3fe1d6d-0f28-4dc9-9649-9d96506e8a56",
"ConfigId": "28b49cdd-be67-4f86-b409-450e6a3a3321"
}
]